
/*table*/
.acr-suggestions-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: none;
}
.acr-suggestions-table th:nth-of-type(1) {
	width: 38%;
}
.acr-suggestions-table th:nth-of-type(2) {
	width: 16%;
}
.acr-suggestions-table th:nth-of-type(3) {
	width: 15%;
}
.acr-suggestions-table th:nth-of-type(4) {
	width: 15%;
}
.acr-suggestions-table th:nth-of-type(5) {
	width: 14%;
}
.acr-suggestions-table th {
    font-weight: normal;
    font-size: 14px;
	color: #fff;
	padding: 15px 10px;
	border: none;
	background: #1ec2d5;
}
.acr-suggestions-table th:not(:nth-last-of-type(1)),
.acr-suggestions-table td:not(:nth-last-of-type(1)) {
	border-right: 2px solid #fff;
}
.acr-suggestions-table td {
    font-size: 14px;
	text-align: center;
	border: none;
	border-bottom: 1px solid #dfe0e2;
	color: #636363;
	padding: 15px 10px;
    cursor:pointer;
}
.acr-suggestions-table td:nth-of-type(1) {
	text-align: left;
}
.acr-suggestions-table tr:hover td {
	background: #f0f8ff;
}
/**/
